[Ubuntu 10.04 Desktop] Unable to get Webmin or Vboxdrv to auto start on boot
Posted
by Matthew Hodgkins
on Server Fault
See other posts from Server Fault
or by Matthew Hodgkins
Published on 2010-06-18T15:36:14Z
Indexed on
2010/06/18
15:43 UTC
Read the original article
Hit count: 584
Ever since installing Ubuntu 10.04 I've had issues getting things to auto-start.
I have installed webmin and VirtualBox but every time I reboot I have to manually run:
sudo /etc/init.d/webmin start
sudo /etc/init.d/vboxdrv start
I have run:
sudo update-rc.d -f webmin remove
and then
hodge@hodge-fs:~$ sudo update-rc.d webmin defaults
update-rc.d: warning: webmin start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (2 3 5)
Adding system startup for /etc/init.d/webmin ...
/etc/rc0.d/K20webmin -> ../init.d/webmin
/etc/rc1.d/K20webmin -> ../init.d/webmin
/etc/rc6.d/K20webmin -> ../init.d/webmin
/etc/rc2.d/S20webmin -> ../init.d/webmin
/etc/rc3.d/S20webmin -> ../init.d/webmin
/etc/rc4.d/S20webmin -> ../init.d/webmin
/etc/rc5.d/S20webmin -> ../init.d/webmin
But it they still refuse to start on boot. Any ideas?
© Server Fault or respective owner